home *** CD-ROM | disk | FTP | other *** search
- /*********************************************************************
- Project : GUSI - Grand Unified Socket Interface
- File : ioctl.h - Provide mission header ioctl.h for CodeWarrior
- Author : Matthias Neeracher
- Language : MPW C/C++
- $Log: GUSIDispatch.cp,v $
- *********************************************************************/
-
- #include <sys/ioctl.h>
-
- #define FIOINTERACTIVE (('f'<<8)|0x02) /* If device is interactive */
- #define FIOREFNUM (('f'<<8)|0x05) /* Return fs refnum */
- #define FIOSETEOF (('f'<<8)|0x06) /* Set file length */
-